home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / DeleteEOL.Rexx < prev    next >
OS/2 REXX Batch file  |  1996-09-26  |  253b  |  17 lines

  1. /* Delete To End Of Line */
  2.  
  3. /* We Mark our position in case the Crsr is past the EOL so the block
  4.    becomes invalid */
  5.  
  6. Options FailAt 10
  7. Options results
  8.  
  9. Address SKOED1
  10. "Mark"
  11. "Block_Begin"
  12. "EndOfLine"
  13. "Block_End"
  14. "Block_Delete"
  15. "Goto_Mark"
  16. "UnMark"
  17.